Intersoft WebInput Documentation
Client Side Events
See Also Send Feedback
Intersoft WebInput > Features and Concepts > Client Side Events

Glossary Item Box

WebInput.NET has enhanced client side events model. Every client side event handler has a minimum 1 parameter (controlId).

Every client side event handler must return boolean value, either True or False.

Return value:

At design time, there is a client event handler type editor that can create automatically associated javascript function in HTMLVIEW and lists all javascript function declaration name. The feature is designed to increase developers' productivity by automatically creating the function body and script's tag (if the page does not contain any script tag yet) and also automatically switching the View to Html View with the cursor position ready in the function's body.
 

Every client side event handler must return boolean value, either True or False.

In This Section

How-to: Use WebInput events

How-to: Use calculator editor events

How-to: Use DateTime editor events

How-to: Use display format events

How-to: Use edit format events

See Also